home *** CD-ROM | disk | FTP | other *** search
/ Hackers Underworld 2: Forbidden Knowledge / Hackers Underworld 2: Forbidden Knowledge.iso / HACKING / DDN03.TXT < prev    next >
Text File  |  1994-07-17  |  11KB  |  237 lines

  1. **********************************************************************
  2.  
  3. DDN Security Bulletin 03         DCA DDN Defense Communications System
  4. 18 Oct 89               Published by: DDN Security Coordination Center
  5.                                      (SCC@NIC.DDN.MIL)  (800) 235-3155
  6.  
  7.                         DEFENSE  DATA  NETWORK
  8.                           SECURITY  BULLETIN
  9.  
  10. The DDN  SECURITY BULLETIN  is distributed  by the  DDN SCC  (Security
  11. Coordination Center) under  DCA contract as  a means of  communicating
  12. information on network and host security exposures, fixes, &  concerns
  13. to security & management personnel at DDN facilities.  Back issues may
  14. be  obtained  via  FTP  (or  Kermit)  from  NIC.DDN.MIL  [26.0.0.73 or
  15. 10.0.0.51] using login="anonymous" and password="guest".  The bulletin
  16. pathname is SCC:DDN-SECURITY-nn (where "nn" is the bulletin number).
  17.  
  18. **********************************************************************
  19.  
  20.                  W.COM ("WANK") WORM ON SPAN NETWORK
  21.  
  22. On 16 October, the CERT received word from SPAN network control that a
  23. worm was attacking SPAN VAX/VMS  systems.  This worm affects only  DEC
  24. VMS  systems  and  is  propagated  via  DECnet (not TCP/IP) protocols.
  25. At least  two versions  of this  worm exist  and more  may be created.
  26. Non-VMS systems are immune; TCP/IP networks are not at risk.
  27.  
  28. While this program  is very similar to last year's HI.COM  (or "Father
  29. Christmas") worm (see DDN MGT Bulletin #50  23 Dec 88),  THIS IS NOT A
  30. PRANK.  Instead of a "cute" Christmas greeting,  W.COM appends code to
  31. .com files and displays this banner:
  32.  
  33.       W O R M S    A G A I N S T    N U C L E A R    K I L L E R S
  34.     _______________________________________________________________
  35.     \__  ____________  _____    ________    ____  ____   __  _____/
  36.      \ \ \    /\    / /    / /\ \       | \ \  | |    | | / /    /
  37.       \ \ \  /  \  / /    / /__\ \      | |\ \ | |    | |/ /    /
  38.        \ \ \/ /\ \/ /    / ______ \     | | \ \| |    | |\ \   /
  39.         \_\  /__\  /____/ /______\ \____| |__\ | |____| |_\ \_/
  40.          \___________________________________________________/
  41.           \                                                 /
  42.            \    Your System Has Been Officically WANKed    /
  43.             \_____________________________________________/
  44.  
  45.      You talk of times of peace for all, and then prepare for war.
  46.  
  47. Initial reports described the worm as destructive, i.e. it would erase
  48. files.  Detailed  analysis by  the CERT,  Lawrence Livermore  National
  49. Laboratory, and  FermiLab has  not found  any code  that would perform
  50. file erasures.   However,  files are altered and new accounts created.
  51. Serious security holes are left open by this worm.
  52.  
  53. It is very  important to understand  that someone in  the future could
  54. launch this  worm on  any DECnet  based network.   Many copies  of the
  55. virus have been mailed around.  Anyone running a DECnet network should
  56. be warned.
  57.  
  58. When  the  DDN  PMO  received  these  initial  reports, the MailBridge
  59. filters were activated  to preclude any  traffic from passing  between
  60. MILNET and the rest of the  Internet.   The filters will be turned off
  61. (restoring full interoperability)  Tuesday  17 October 1989  NLT 17:00
  62. EDT.   (NOTE:  W.COM could traverse the MILNET only if encapsulated in
  63. a TCP/IP  "envelope",  i.e. "assisted" by  a human  agent,  and cannot
  64. "infect" the MILNET.)
  65.  
  66. R. Kevin Oberman from Lawrence Livermore National Laboratory reports:
  67.  
  68.     "This is a mean bug to kill and could have done a lot of damage.
  69.     Since it notifies (by mail) someone of each successful penetration
  70.     and leaves a trapdoor (the FIELD account), just killing the bug is
  71.     not adequate.  You must go in an make sure all accounts have
  72.     passwords and that the passwords are not the same as the account
  73.     name."
  74.  
  75. The CERT also suggests checking every  .com  file on the system.   The
  76. worm appends  code to  .com  files which will  reopen a  security hole
  77. every time the program is executed.
  78.  
  79. An analysis of the  worm  (provided by R. Kevin Oberman  and used with
  80. his permission)  appears below.   Included with  the analysis is a DCL
  81. program that will block the current version of the worm.  This program
  82. should provide enough time to close up obvious security holes.
  83.  
  84. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  85.  
  86. Date: Mon, 16 Oct 89 15:30 PDT
  87. From: "Kevin Oberman, LLNL, (415)422-6955" <OBERMAN@icdc.llnl.gov>
  88. Subject: Report on network worm ***URGENT***
  89.  
  90.  
  91.  
  92.                           Report on the W.COM worm.
  93.                                R. Kevin Oberman
  94.                             Engineering Department
  95.                     Lawrence Livermore National Laboratory
  96.                                October 16, 1989
  97.  
  98. The following describes the action of the W.COM worm (currently based on the
  99. examination of the first two incarnations). The replication technique causes
  100. the code to be modified slightly which indicates the source of the attack and
  101. learned information.
  102.  
  103. All analysis was done with more haste than I care for, but I believe I have all
  104. of the basic facts correct.
  105.  
  106. First a description of the program:
  107.  
  108. 1. The program assures that it is working in a directory to which the owner
  109. (itself) has full access (Read, Write,Execute, and Delete).
  110.  
  111. 2. The program checks to see if another copy is still running. It looks for a
  112. process with the first 5 characters of "NETW_". If such is found, it deletes
  113. itself (the file) and stops its process.
  114.  
  115.                                      NOTE
  116. A quick check for infection is to look for a process name starting with
  117. "NETW_". This may be done with a SHOW PROCESS command.
  118.  
  119. 3. The program then changes the default DECNET account password to a random
  120. string of at least 12 characters.
  121.  
  122. 4. Information on the password used to access the system is mailed to the user
  123. GEMTOP on SPAN node 6.59. Some versions may have a different address.
  124.  
  125. 5. The process changes its name to "NETW_" followed by a random number.
  126.  
  127. 6. It then checks to see if it has SYSNAM priv. If so, it defines the system
  128. announcement message to be the banner in the program:
  129.       W O R M S    A G A I N S T    N U C L E A R    K I L L E R S
  130.     _______________________________________________________________
  131.     \__  ____________  _____    ________    ____  ____   __  _____/
  132.      \ \ \    /\    / /    / /\ \       | \ \  | |    | | / /    /
  133.       \ \ \  /  \  / /    / /__\ \      | |\ \ | |    | |/ /    /
  134.        \ \ \/ /\ \/ /    / ______ \     | | \ \| |    | |\ \   /
  135.         \_\  /__\  /____/ /______\ \____| |__\ | |____| |_\ \_/
  136.          \___________________________________________________/
  137.           \                                                 /
  138.            \    Your System Has Been Officically WANKed    /
  139.             \_____________________________________________/
  140.  
  141.      You talk of times of peace for all, and then prepare for war.
  142.  
  143. 7. If it has SYSPRV, it disables mail to the SYSTEM account.
  144.  
  145. 8. If it has SYSPRV, it modifies the system login command procedure to
  146. APPEAR to delete all of a user's file. (It really does nothing.)
  147.  
  148. 9. The program then scans the accounts logical name table for command
  149. procedures and tries to modify the FIELD account to a known password
  150. with login from any source and all privs. This is a primitive virus,
  151. but very effective IF it should get into a privileged account.
  152.  
  153. 10. It proceeds to attempt to access other systems by picking node numbers at
  154. random. It then used PHONE to get a list of active users on the remote system.
  155. It proceeds to irritate them by using PHONE to ring them.
  156.  
  157. 11. The program then tries to access the RIGHTSLIST file and attempts
  158. to access some remote system using the users found and a list of
  159. "standard" users included with the worm. It looks for passwords
  160. which are the same as that of the account or are blank. It records all
  161. such accounts.
  162.  
  163. 12. It looks for an account that has access to SYSUAF.DAT.
  164.  
  165. 13. If a priv. account is found, the program is c